home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #3 & #4
/
Amiga Plus CD - 1995 - No. 3 and 4.iso
/
pd
/
sound
/
cybersound
/
14bit.driver
/
calibration_source
/
makefile
< prev
Wrap
Makefile
|
1995-07-20
|
817b
|
30 lines
#******************************************************************************
#*
#* SAS-C 6.51 makefile for 14 bit sound driver calibration program
#*
#* (c) 1995 by Christian Buchner
#*
#******************************************************************************
##############################################################################
# Default rules...
#
.c.o:
SC NOSTKCHK PARMS=REG NMINC STRMERGE STREQ MCCONS COMNEST UNSCHAR $*.c
##############################################################################
# Build the load file...
#
/14Bit_Calibration: Calibrate.o
SLINK FROM Calibrate.o TO /14Bit_Calibration SC SD NOICONS LIB LIB:sc.lib+LIB:amiga.lib
##############################################################################
# All dependencies...
#
Calibrate.o: Calibrate.c